object SelectYsflDir: TSelectYsflDir Left = 172 Top = 116 BorderIcons = [biHelp] BorderStyle = bsDialog Caption = 'Select Youseful Delphi Component directory' ClientHeight = 150 ClientWidth = 399 Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 14 object SpeedButton1: TSpeedButton Left = 360 Top = 88 Width = 25 Height = 25 Caption = '...' OnClick = SpeedButton1Click end object Label1: TLabel Left = 8 Top = 8 Width = 377 Height = 33 AutoSize = False Caption = 'The entry in the registry that tells where the Youseful Delphi C' + 'omponents are is incorrect or missing.' WordWrap = True end object Label2: TLabel Left = 112 Top = 120 Width = 273 Height = 25 AutoSize = False end object Label3: TLabel Left = 112 Top = 120 Width = 165 Height = 14 Caption = 'Could not find the following file(s):' Visible = False end object Label4: TLabel Left = 8 Top = 48 Width = 385 Height = 25 AutoSize = False Caption = ' Please enter the directory in the edit box below. You may brows' + 'e your computer by clicking on the button to the right.' WordWrap = True end object Edit1: TEdit Left = 8 Top = 88 Width = 345 Height = 22 TabOrder = 0 end object BitBtn1: TBitBtn Left = 8 Top = 120 Width = 75 Height = 25 Caption = 'Close' TabOrder = 1 Kind = bkClose end object NecFiles: TListBox Left = 112 Top = 136 Width = 273 Height = 121 ItemHeight = 14 Items.Strings = ( 'idapinst.dll' 'yousefulloadprogram.exe' 'ordlg_WelcomeDlg.pas' 'ordlg_WelcomeDlg.dfm' 'ordlg_SelectLanguage.pas' 'ordlg_SelectLanguage.dfm' 'ordlg_SelectFolder.pas' 'ordlg_SelectFolder.dfm' 'ordlg_Readme.pas' 'ordlg_Readme.dfm' 'ordlg_License.pas' 'ordlg_License.dfm' 'ordlg_InstallType.pas' 'ordlg_InstallType.dfm' 'ordlg_FileGroupSelect.pas' 'ordlg_FileGroupSelect.dfm' 'ordlg_CustomDuringCopy.pas' 'ordlg_CustomDuringCopy.dfm' 'ordlg_CopyFile.pas' 'ordlg_CopyFile.dfm' 'ordlg_CustomBeforeInstall.pas' 'ordlg_CustomBeforeInstall.dfm' 'ordlg_BadInstallForm.pas' 'ordlg_BadInstallForm.dfm' 'ordlg_CustomAfterGoodInstall.pas' 'ordlg_CustomAfterGoodInstall.dfm' 'ordlg_CustomAfterBadInstall.pas' 'ordlg_CustomAfterBadInstall.dfm' 'idapi32.cnf' 'sql_lic.dat') TabOrder = 2 Visible = False end object MissingFiles: TListBox Left = 112 Top = 136 Width = 273 Height = 121 ItemHeight = 14 TabOrder = 3 Visible = False end end